The thread for this is at "https://www.autoitscript.com/forum/topic/210613-guictrls_hidpi-udf-in-progress/"

These files are to be under ...\AutoIt3\Examples\GUI\HiDpi v. 0.2023.8.3(a)\
 so to find the needed files.


History:
0.2023.7.30 > This version starts exploring "per-monitor awareness v2" (-4)
0.2023.8.1  > I think the font resizing is good. Next will be to keep more font data in the array. ( no mainenance yet )
0.2023.8.2  > Font size is good. Array of controls has maintenance. Started to use _WinAPI_DPI.au3. So far so good.
0.2023.8.3  > Added "CALLBACK CBTProc()" to aid with the array of controls maintenance in case of UDF misuse, oops, or just plain easier to code with it in.
              Added _HiDpi_Default_Do_GUISetFont(1/0) to optionally skip any and all automatic font change with the UDF.

Maybe ready for production ?, don't know but the more we try it the faster we develop/debug. 
Nonetheless it gives you a taste of what's going on with this UDF so far.


-- End of ReadMe --